home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / akcl_bin.z / akcl_bin / usr / local / akcl / makedefs next >
Encoding:
Text File  |  1993-03-12  |  697 b   |  31 lines

  1. AKCLDIR=/usr/local/akcl
  2. SHELL=/bin/sh
  3. MACHINE=linux
  4. LBINDIR=/usr/local/bin
  5. SHELL=/bin/sh
  6. OFLAG    =  -O2 -m486
  7. LIBS    = -lm /usr/lib/libgmon.a
  8. # define this to be empty if you want to save space
  9. ODIR_DEBUG= 
  10. NULLFILE = 
  11.  
  12. # For various system V 386 machines.
  13.  
  14. CC = gcc -DVOL=volatile -I$(AKCLDIR)/o 
  15.  
  16. MAINDIR = /usr2/wfs/kcl
  17. CFLAGS    = -c $(DEFS)  -I../h
  18.  
  19. # The fast loading currently works for ATT and BSD with 68000 or 386
  20. # architectures.  Unless you have these, leave these undefined.
  21. RSYM    = rsym
  22. SFASL    = $(ODIR)/sfasl.o 
  23.  
  24. MPFILES= $(MPDIR)/mpi-linux.o   $(MPDIR)/libmport.a
  25.  
  26. # When using SFASL it is good to have (si::build-symbol-table)
  27. INITFORM= (si::build-symbol-table)
  28.  
  29. # Symbolic links
  30. SYMB= -s
  31.